/* Document Layout Container */
.word-doc-section {
  background-color: #f0f2f5; /* Light grey background to make "paper" stand out */
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}

.paper-container {
  background-color: #ffffff;
  width: 100%;
  max-width: 850px; /* Standard A4-ish width */
  min-height: 1000px;
  padding: 80px 100px; /* Large print margins */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-family: "Times New Roman", Times, serif; /* Traditional document font */
  color: #000000;
  line-height: 1.5;
  text-align: justify; /* Left aligned with clean edges */
}

/* Header Styles */
.doc-header {
  text-align: center; /* Title and Subtitle remain centered for document style */
  margin-bottom: 40px;
}

.doc-title {
  font-size: 24px;
  font-weight: bold;
  color: #3e7b37; /* ZEC Green used for the title */
  margin: 0;
  letter-spacing: 1px;
}

.doc-subtitle {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
  font-style: italic;
}

.doc-divider {
  border: 0;
  border-top: 4px  solid#9E2A2B;
  margin-top: 20px;
}

/* Section Headings */
.doc-section-heading {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e7b37;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-align: left; /* Ensure heading is left-aligned */
}

/* Content Items */
.doc-item {
  margin-bottom: 15px;
}

.doc-item p {
  font-size: 17px;
  margin: 0;
}

.doc-item strong {
  font-weight: lighter;
  color: #6AB04C; /* Darker green for emphasis */
}

/* Footer Styling */
.doc-footer {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
  .paper-container {
    padding: 30px 15px;
  }
  .doc-title {
    font-size: 1px;
  }
}

/* CTA Section Styling */
.cta {
  background-color: whitesmoke; /* ZEC Green */
  color: black;
  padding: 0px 0;
  text-align: center; /* Aligned left per your previous preference */
}

.cta .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: black;
}

.cta p {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 700px; /* Limits width for better readability */
  line-height: 1.6;
}

/* White Button Styling */
.btn-white {
  display: inline-block;
  background-color: #ffffff;
  color: #3e7b37; /* Green text to match theme */
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
}

.btn-white:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}






/* Center alignment for the specific container */
.text-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; /* Ensures the button and text blocks center horizontally */
  justify-content: center;
}

.cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; /* Optional: keeps the text from stretching too wide on desktop */
}

.btn-white {
  display: inline-block;
  margin-top: 20px; /* Adds a gap between the text and the button */
}









/* Container styling to mimic an A4 page width */
#zec-sanitization-service {
    max-width: 800px;
    margin: 40px auto;
    padding: 50px 70px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: "Calibri", "Arial"sans-serif, sans-serif;
    line-height: 1.5;
    color: #333;
    border: 1px solid #e0e0e0;
}

/* Heading Styles */
#zec-sanitization-service h2 {
    color: green; /* Classic Word Blue */
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid green;
    padding-bottom: 5px;
}

#zec-sanitization-service h3 {
    color: green;
    font-size: 17pt;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Paragraph and Text styling */
#zec-sanitization-service p {
    font-size: 15pt;
    margin-bottom: 15px;
    text-align: justify;
}

/* List styling */
#zec-sanitization-service ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

#zec-sanitization-service li {
    font-size: 15pt;
    margin-bottom: 8px;
    list-style-type: disc;
}

#zec-sanitization-service li strong {
    color: #000;
}

/* Horizontal Rules */
#zec-sanitization-service hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

/* Blockquote/Assurance Section */
#zec-sanitization-service blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border-left: 5px solid green;
    font-style: italic;
    font-size: 11pt;
}

#zec-sanitization-service blockquote strong {
    font-style: normal;
    color: green;
}

/* Print Optimization */
@media print {
    #zec-sanitization-service {
        box-shadow: none;
        border: none;
        margin: 0;
        width: 100%;
    }
}

/* Document Footer Styling */
.doc-footer {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #2f5496;
    text-align: center;
}

.doc-footer p {
    font-size: 9pt !important; /* Smaller text for footers */
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}















/* --- Secure Traceability Framework: Full Document Styling --- */

#traceability-framework {
  background-color: #f9f9f9;
  padding: 80px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Main Document Container */
#traceability-framework .container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border-top: 5px solid #3e7b37; /* ZEC Green Accent */
}

/* Section Header */
#traceability-framework h2 {
  color: #3e7b37;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Sub-headings for Services */
#traceability-framework h3 {
  color: #2c5227; /* Darker Green */
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#traceability-framework h3::before {
  content: "•";
  color: #3e7b37;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -0.2em;
}

/* Paragraph Content */
#traceability-framework p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #4a4a4a;
}

/* Framework List Items (Technical Details) */
#traceability-framework ul {
  list-style: none;
  padding-left: 0;
}

#traceability-framework li {
  background: #fdfdfd;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid #eef2ee;
  border-left: 4px solid #3e7b37;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#traceability-framework li:hover {
  background: #f4f8f4;
  transform: translateX(8px);
  box-shadow: 2px 2px 10px rgba(0,0,0,0.03);
}

#traceability-framework strong {
  color: #3e7b37;
  display: block;
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 700;
}

/* Document Footer (NEMA License) */
.doc-footer {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #dddddd;
  text-align: center;
}

.doc-footer p {
  font-size: 14px !important;
  color: #3e7b37 !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  #traceability-framework .container {
    padding: 30px 20px !important;
    margin: 15px;
    width: auto;
  }
  
  #traceability-framework h2 {
    font-size: 24px;
    text-align: center;
  }

  #traceability-framework li {
    padding: 15px;
  }
}




/* Container to mimic an A4 page */
.document-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 1in; /* Standard 1-inch Word margins */
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); /* Shadow to make it look like paper */
    font-family: "Calibri", "Segoe UI", "Arial", sans-serif;
    color: #333;
    line-height: 1.15; /* Standard Word line spacing */
    border: 1px solid #d1d1d1;
}

/* Page Title / Heading 1 Style */
.document-container h2 {
    color: #2f5496; /* Classic Word Blue */
    font-size: 16pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #2f5496;
    padding-bottom: 2px;
}

/* Heading 2 Style */
.document-container h3 {
    color: #2f5496;
    font-size: 13pt;
    margin-top: 18pt;
    margin-bottom: 6pt;
    font-weight: bold;
}

/* Body Text styling */
.intro-text {
    font-size: 11pt;
    margin-bottom: 12pt;
    text-align: justify; /* Common for formal reports */
}

.risk-section p {
    font-size: 11pt;
    margin-bottom: 8pt;
}

/* List Styling */
.risk-section ul {
    margin-bottom: 12pt;
    padding-left: 0.5in; /* Standard tab indentation */
}

.risk-section li {
    font-size: 11pt;
    margin-bottom: 4pt;
    list-style-type: disc;
}

/* Bold emphasis for that professional look */
strong {
    color: #000;
}

/* Document Footer Styling */
.doc-footer {
    margin-top: 40pt;
    padding-top: 10pt;
    border-top: 0.5pt solid #2f5496;
    text-align: center;
}

.doc-footer p {
    font-size: 9pt;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
}

/* Print Optimization: Removes shadow and margins when printing to paper */
@media print {
    body {
        background-color: #fff;
        margin: 0;
        padding: 0;
    }
    .document-container {
        box-shadow: none;
        border: none;
        margin: 0;
        width: 100%;
        max-width: none;
    }
}